Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I'm on a system that uses https exclusively, for security. I have a workflow that's primarily just a series of review requests. I've configured each step as needed. In the first review step, the notification email goes out and the "approval" link to the associated task page works as expected. In subsequent steps, the approval link uses http:// instead of https://. This happens whether I create a new action from scratch or copy and paste the previous, functional action. Since the site is exclusively using https, all the links should be generated with https as the protocol, shouldn't they?

I saw the following thread in Nintex's Workflow 2007 forum: http://connect.nintex.com/forums/thread/13763.aspx; but can't use NWAdmin.exe; I'm not a site administrator and won't be able to get permission to make changes to the overall system.

Any suggestions as to why this is happening and/or what I can do to fix it?

share|improve this question
Welcome to SharePoint.SE! Sorry, per the FAQ we do not accept questions about commercial, third-party products. Instead, please ask your question using Nintex's support site. – Kit Menke Mar 29 '12 at 13:36
1. Add a variable "sURL". 2. use RegEx to replace http to https 3. Use the sURL in the link. – Maria Burton Mar 29 '12 at 14:09

closed as off topic by PirateEric, Kit Menke Mar 29 '12 at 13:35

Questions on SharePoint Stack Exchange are expected to relate to SharePoint within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.