Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rasa Training with HTTPS end point #712

Closed
RachaRatan opened this issue Nov 29, 2017 · 2 comments
Closed

Rasa Training with HTTPS end point #712

RachaRatan opened this issue Nov 29, 2017 · 2 comments
Labels
type:question 💬 Question around usage, examples

Comments

@RachaRatan
Copy link

Rasa NLU version (e.g. 0.7.3):'0.10.0a6'

Used backend / pipeline (mitie, spacy_sklearn, ...):["nlp_spacy", "tokenizer_spacy","intent_featurizer_spacy","ner_synonyms","ner_crf","intent_classifier_sklearn","ner_spacy"],

Operating system (windows, osx, ...):WIndows srever 2008r2

Issue:
I have installed Rasa in one server. And I am trying to train the Rasa from one of my other application which is hosted in other server.
The application I am using is hosted in IIS with HTTPS url not with HTTP.
Now am trying to train Rasa using HTTP end point fron that application but as my application is having HTTPS url Rasa is not able to train with HTTP end.
I have tried to use HTTPS to train Rasa instead of HTTP but still it is not working.
Will this not work when I try to train from HTTTPS application or is there any way to overcome this issue.
Please help me on this.

Content of configuration file (if used & relevant):

{
  
	"project":"People",
	"pipeline" : ["nlp_spacy", "tokenizer_spacy","intent_featurizer_spacy","ner_synonyms","ner_crf","intent_classifier_sklearn","ner_spacy"],
	"path" : "./projects",

	"cors_origins":["*"],
	"data" : "./data/examples/rasa/AbbiecassV2.json"

}
@tmbo
Copy link
Member

tmbo commented Nov 29, 2017

What is the issue you are seeing? E.g. is there any response?

That said, this doesn't look like an issue of rasa nlu but rather like a configuration issue. I am not sure how IIS works as I have not used it, but usually the proxy handles the https connection and the application is called using http.

@tmbo tmbo added the type:question 💬 Question around usage, examples label Nov 29, 2017
@wrathagom
Copy link
Contributor

IIS can do a URL re-write, I have no experience with IIS, but this is similar to the Nginx reverse proxy.

https://weblogs.asp.net/owscott/creating-a-reverse-proxy-with-url-rewrite-for-iis

Also note the SSL offloading.

taytzehao pushed a commit to taytzehao/rasa that referenced this issue Jul 14, 2023
Skips docker cp for local actions and use their correct path
Defines GITHUB_ACTION_PATH also for nodejs actions
Evaluate Env of composite action
Evaluate Run of composite action correctly
Evaluate Shell of run step
Evaluate WorkingDirectory of run step
Changed tests for behavior change

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:question 💬 Question around usage, examples
Projects
None yet
Development

No branches or pull requests

3 participants