-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Running gulp serve gives "ERR_SSL_PROTOCOL_ERROR" error #357
Comments
Hi everyone, I found another similar issue been raised under sp-dev-docs ( SharePoint/sp-dev-docs#1013 and SharePoint/sp-dev-docs#1002). I seems that, the issue is with NodeJs 8.9.0. I have revert back to NodeJs 6.11.5 and i can run gulp serve without any problem. |
@muges01 have you tried applying the workaround mentioned in SharePoint/sp-dev-docs#1002? |
Hi @waldekmastykarz, sorry for the late reply, i didn't see your message until today. I was expecting to receive an email notification when someone comment here. However, i just tried the workaround by setting the NO_NODE_HTTP2 environment variable to 1 and it's worked. Thank you. |
Great to hear you got it to work @muges01 |
I made NO_NODE_HTTP2 environment variable to 1. but it is not working. |
Hi @waldekmastykarz, for me this doesnt fix the issue as well as like for @vasavidurgaprasad ... my package json:
|
I have recently installed new SharePoint framework 1.3.4. Now when i scaffold a new SPFx react solution and run gulp serve (https://localhost:4321/temp/workbench.html), it gives "ERR_SSL_PROTOCOL_ERROR" error.
Category
Expected or Desired Behavior
Ability to scaffold SPFx project and run it on HTTPS
Observed Behavior
If i change the serve.json to serve it on http instead of https than it is working but i couldn't load on the https://[domain].sharepoint.com/_layouts/15/workbench.aspx.
Environment Configuration
Steps to Reproduce
Thank you
Mugilan
The text was updated successfully, but these errors were encountered: