-
Notifications
You must be signed in to change notification settings - Fork 1k
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
SPFx gulp serve issue in workbench.html #4254
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Did you install the development SSL cert after creating the first project? If so, try uninstalling & reinstalling it. |
@andrewconnell I am doing the POC project in my end. Is it necessary to my local environment? |
Yup... it's a self-signed cert that's used to host the local server that serves up the local workbench. Because it's a self-signed cert, it's not in any machine's trusted root authority (TRA). Therefore you must manually do that first, before your browser will respect the SSL cert. |
I have done as per the instructions mentioned in the "Unable to Trust the Self-signed Development Certificate" section, but my issue not yet resolved. |
Need more details to better help... can you share:
|
I have faced this kind of issue, While cloning the solutions from github. here i cloned it from "https://github.com/SharePoint/sp-dev-fx-webparts.git". |
Is there anything i want update after cloning the solution from Github. |
Please see my last comment... #4254 (comment) |
I am running into what I believe is the same issue on this post. I have attached the requested console output of running GULP trust-dev-cert && serve. Please let me know if you're able to view the output & if it is what you need. Steps I took to remedy the issue but failed: I attempted to follow the troubleshooting steps from the Microsoft documentation but I don't believe it applies to my situation. The NODE version I am running is 10.16. I am using 0365 and followed the steps of setting up the Office 365 tenant & Development Environment. _Troubleshooting To resolve this, set the following environment variable to instruct NodeJS to use HTTP1 instead of the default HTTP2: NODE_NO_HTTP2=1. For more information, refer to issue #1002. Unable to Trust the Self-signed Development Certificate |
@dimportfolio said:
Please share what you are having an issue with... what is your problem / error? "I think I am getting the same issue." isn't enough info... please describe your problem. If it's not identical, please open a new issue to not fragment the issue. @vkselvaa has been specific about the error he's having and to better understand his/her situation, he/she needs to provide more detail. |
@vkselvaa said:
So you're having an issue with projects in the sp-dev-fx-webparts... not with a new project? That repo contains many sample projects provided by the community. Some are quite old and need to be updated. You run each project individually, not the repo as a whole. If the issue is with a specific sample, then you should post the issue to that repo's issue list |
Yes i am facing same issue for all of the cloned projects. Not sure why this error is coming "This might be because the site uses outdated or unsafe TLS security settings" and don't know how to identify the root cause of this issue as i am new to the SPFx. Note: No issues for my new projects. |
Sorry. The issue is identical because when I execute " gulp serve" The page that is provided says "This site can't provide a secure connection" |
@vkselvaa can you provide additional context? SPFx version installed, environment, Node version, specific project in that repo you are testing in that repo. I suspect it may be because you're trying to test an older project that used an older version of SPFx that only supported Node v6 or Node v8... |
@dimportfolio please open a new issue... @vkselvaa is specific and it's going to be better to isolate the two. When you post it, provide as much context as possible (same stuff I just asked @vkselvaa for in my last comment). |
@andrewconnell Should I be opening a new issue when this is the same issue? |
@dimportfolio If it's literally the exact same (new projects work fine, cloning from the sample web parts repo fails), then no new issue needed. If it's not the exact same, yes you should create a new issue and provide as much context as possible. |
@andrewconnell Ah thank you. I guess mine applies to new projects not working. |
This issue has been automatically marked as stale because it has marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within next 7 days of this comment. Thank you for your contributions to SharePoint Developer activities. |
Closing issue due no response from original author. If this issue is still occurring, please open a new issue with additional details. Notice that if you have included another related issue as additional comment on this, please open that also as separate issue, so that we can track it independently. |
Issues that have been closed & had no follow-up activity for at least 7 days are automatically locked. Please refer to our wiki for more details, including how to remediate this action if you feel this was done prematurely or in error: Issue List: Our approach to locked issues |
Can’t connect securely to this page
This might be because the site uses outdated or unsafe TLS security settings. If this keeps happening, try contacting the website’s owner.
Your TLS security settings aren’t set to the defaults, which could also be causing this error.
Try this:
Go back to the last page
As per some reference i have updated the "Use SSL 3.0" and "Use TLS 1.0" in the Internet Options, but issue not yet resolved
The text was updated successfully, but these errors were encountered: